home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- import javax.swing.AbstractButton;
- import javax.swing.JButton;
-
- class BasicInternalFrameTitlePane$NoFocusButton extends JButton {
- // $FF: synthetic field
- private final BasicInternalFrameTitlePane this$0;
-
- public BasicInternalFrameTitlePane$NoFocusButton(BasicInternalFrameTitlePane var1) {
- this.this$0 = var1;
- ((AbstractButton)this).setFocusPainted(false);
- }
-
- public boolean isFocusTraversable() {
- return false;
- }
-
- public boolean isOpaque() {
- return true;
- }
-
- public void requestFocus() {
- }
- }
-